Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Update packaging, upgrade to TypeScript 1.8 #33

Merged
merged 7 commits into from Apr 11, 2016
Merged

Update packaging, upgrade to TypeScript 1.8 #33

merged 7 commits into from Apr 11, 2016

Conversation

kitsonk
Copy link
Member

@kitsonk kitsonk commented Feb 24, 2016

  • Migrate to npm only for dependencies
  • Add typings to package.json for distribution builds
  • Remove the _modules path
  • Update form.ts to be compatible with TS 1.8
  • Update other npm dependencies to latest versions
  • Amend tslint.json to be compatible latest version

- Migrate to npm only for dependencies
- Add typings to package.json for distribution builds
- Remove the _modules path
- Update form.ts to be compatible with TS 1.8
- Update other npm dependencies to latest versions
- Amend tslint.json to be compatible latest version
///<reference path="../_modules/dojo-core/typings/dojo-core/dojo-core-2.0.0-pre.d.ts"/>
///<reference path="../node_modules/dojo-core/typings/dojo-core/dojo-core-2.0.0-alpha.2.d.ts"/>
/// <reference path="../node_modules/dojo-loader/typings/dojo-loader/dojo-loader-2.0.0-alpha.4.d.ts" />
/// <reference path="../tests/typings/node/node.d.ts" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing new line EOF

@tomdye
Copy link
Member

tomdye commented Feb 24, 2016

Looks good 👍

@@ -1 +1,3 @@
///<reference path="../_modules/dojo-core/typings/dojo-core/dojo-core-2.0.0-pre.d.ts"/>
///<reference path="../node_modules/dojo-core/typings/dojo-core/dojo-core-2.0.0-alpha.2.d.ts"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space after ///

@codecov-io
Copy link

Current coverage is 99.66%

Merging #33 into master will not affect coverage as of ebc643a

@@            master     #33   diff @@
======================================
  Files            6       6       
  Stmts          297     297       
  Branches        63      63       
  Methods         39      39       
======================================
  Hit            296     296       
  Partial          0       0       
  Missed           1       1       

Review entire Coverage Diff as of ebc643a

Powered by Codecov. Updated on successful CI builds.

@kitsonk kitsonk assigned vansimke and unassigned tomdye Mar 2, 2016
@kitsonk
Copy link
Member Author

kitsonk commented Mar 11, 2016

@vansimke have you reviewed this? If so, if you could add a comment to that effect.

@vansimke
Copy link
Contributor

Sorry, haven't looked at it yet. Didn't realize this was a PR, so I didn't look for it. I'll take a look this morning.

@kitsonk kitsonk added this to the alpha.1 milestone Mar 11, 2016
@vansimke
Copy link
Contributor

This looks good to me

},
"devDependencies": {
"codecov.io": "0.1.6",
"dojo-loader": "2.0.0-alpha.1",
"dojo-loader": ">2.0.0-alpha",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-beta2

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is still valid semver for beta.2

@kitsonk kitsonk modified the milestones: 2016.04, alpha.1 Apr 8, 2016
@kitsonk kitsonk merged commit 0ef88e7 into master Apr 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants